Skip to content

fix: harmonize French terminology and narration - #21

Merged
ablond merged 1 commit into
mainfrom
codex/french-translation-cleanup
Aug 1, 2026
Merged

fix: harmonize French terminology and narration#21
ablond merged 1 commit into
mainfrom
codex/french-translation-cleanup

Conversation

@ablond

@ablond ablond commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Summary

Validation

  • pnpm check
  • pnpm test
  • pnpm build
  • Documentation updated when behavior, commands, architecture, UI, saves, i18n, deployment, or security limits changed
  • Generated content refreshed with pnpm content:all when source content or content tooling changed
  • Image checks run when prompts/assets/image tooling changed:
    • pnpm images:check -- --book 1
    • pnpm images:test
  • No secrets, .env*, local save exports, or local image API outputs included

Notes

@ablond
ablond merged commit 830192b into main Aug 1, 2026
1 check passed
@ablond
ablond deleted the codex/french-translation-cleanup branch August 1, 2026 12:36

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fabbfc5301

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +278 to +279
for (const [messageId, frenchText] of Object.entries(fr.messages)) {
const matches = frenchText.match(firstPersonPluralPast);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restrict the passé-simple guard to main narration

When a chapter uses first-person plural passé simple inside dialogue or a deliberately historical, legendary, or formal voice, this loop scans the entire message and fails the suite anyway. That contradicts docs/translation-fr.md:13, which explicitly permits the tense in those contexts, so a compliant future translation would be blocked unless this check distinguishes main narration or supports contextual exceptions.

AGENTS.md reference: AGENTS.md:L104-L106

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant